名前 | 解説 | |
---|---|---|
CanFilter | Returns whether the collection is able to filter the specified filterExpression. | |
CanInsert | ||
CanMove | ||
CanRefresh | Determines whether the collection can be refreshed. | |
CanRemove | ||
CanReplace | ||
CanSort | Returns whether the collection is able to sort the specified sortDescriptions. | |
ConnectAsync | Connects the collection to the source. | |
DisconnectAsync | Disconnects the collection from the source. | |
Dispose | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
FilterAsync | Filters the data using specified filterExpression. | |
GetItemType | Gets the type of the item. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
IndexOf | Gets the index of the specified item. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
InsertAsync | ||
LoadMoreItemsAsync | Loads more items. | |
MoveAsync | ||
RefreshAsync | Removes the cached data and loads the whole collection from scratch. | |
RemoveAsync | ||
ReplaceAsync | ||
SortAsync | オーバーロードされます。 Sorts the collection according to the specified sort descriptions. |